seal public struct members.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:06 +0000 (10:59 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:06 +0000 (10:59 +0000)
* gtk/gtkcheckmenuitem.h: seal public struct members.

svn path=/trunk/; revision=20503

gtk/gtkcheckmenuitem.h

index e4ba3781b3922407aa172f1026fd3799f9d7357f..bb5509c5e041fb2592d684830d449b436c5c8dcd 100644 (file)
@@ -53,10 +53,10 @@ struct _GtkCheckMenuItem
 {
   GtkMenuItem menu_item;
 
-  guint active : 1;
-  guint always_show_toggle : 1;
-  guint inconsistent : 1;
-  guint draw_as_radio : 1;
+  guint GSEAL (active : 1);
+  guint GSEAL (always_show_toggle : 1);
+  guint GSEAL (inconsistent : 1);
+  guint GSEAL (draw_as_radio : 1);
 };
 
 struct _GtkCheckMenuItemClass